CPP Programs / CPP Program to create Initialize Struct display contents of member variables

Program Name CPP program to create Struct and Initialize and display contents of member variables.
Program
Input
Enter Student Information:
Enter Student Name: wisdom
Enter Student Roll number: 9
Enter marks: 99
Output
Displaying Student Information:
Name: wisdom
Roll: 9
Marks: 99


Home     Back